home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / prgtools / euphor13.zip / INSTALL.DOC < prev    next >
Text File  |  1995-05-15  |  5KB  |  160 lines

  1.         +-------------------------+
  2.         | How to install Euphoria |
  3.         +-------------------------+
  4.  
  5.  Configuration Information
  6.  -------------------------
  7.  To install Euphoria you need:
  8.     * a 386 or higher PC
  9.     * 350K of free extended memory 
  10.     * 1 Mb of free hard disk space. 
  11.  
  12.  The Install Procedure 
  13.  ---------------------
  14.     1. cd into the directory containing the Euphoria files
  15.  
  16.     2. type: 
  17.          install
  18.  
  19.  
  20.  For instance, if you have Euphoria on a floppy you would type the
  21.  following two commands:
  22.  
  23.     a:            (or b:)
  24.     install
  25.  
  26.  If you have downloaded Euphoria and pkunzip'd in (say) C:\TMP you 
  27.  would type:
  28.  
  29.     cd c:\tmp
  30.     install
  31.  
  32.  If you happen to have unzipped into C:\EUPHORIA, that's fine, cd into it
  33.  and type: install.
  34.  
  35.  You can also install under Windows by double-clicking on install.bat.
  36.  
  37.  You will be asked which drive to put the EUPHORIA directory on. Later 
  38.  you will be asked to approve any changes to your autoexec.bat file. 
  39.  Finally, you need to reboot your machine so the new autoexec.bat will
  40.  take effect.
  41.  
  42.  After installing, see DOC\WHAT2DO.DOC for ideas on how to use this package. 
  43.  You should also read README.DOC if you haven't done so already.
  44.  
  45.  The install program is written in Euphoria. See install.ex.
  46.  
  47.         Enjoy!
  48.  
  49.  
  50.  How to uninstall Euphoria
  51.  -------------------------
  52.  You'll never want to do this but ...
  53.    1. delete the EUPHORIA directory
  54.    2. remove the 2 references to "EUPHORIA" from your autoexec.bat file
  55.  
  56.  
  57.  =============================================================================
  58.  If you have problems installing ...
  59.  -----------------------------------
  60.  
  61.  * With a 2Mb RAM system, you might get an error message from DOS4GW during 
  62.    the install. This is due to a shortage of free extended memory on your 
  63.    system. You may be using SMARTDrive, RAMDrive, or some other program that 
  64.    ties up a large portion of your extended memory. Comment out the commands
  65.    in your config.sys or autoexec.bat files that start these programs, or at
  66.    least reduce the amount of memory that they reserve.  Euphoria needs 350K 
  67.    of free extended memory to run. Type "mem" in DOS to find out how much you
  68.    have. Rerun the install program when you have enough free extended memory.
  69.    You may be limited to running under DOS, outside of Windows.
  70.  
  71.  * There are several possible reasons why the install program will decide not
  72.    to edit your autoexec.bat file. Your PATH may be too close to the 127 
  73.    character limit; autoexec.bat may be read-only; etc. If this happens you 
  74.    should follow the manual procedure part B below.
  75.  
  76.  If you need any help installing Euphoria, send mail to: 
  77.     Rapid Deployment Software
  78.     130 Holm Crescent
  79.     Thornhill, Ontario
  80.     L3T 5J3
  81.     CANADA 
  82.  
  83.  or contact us via e-mail: 
  84.     [72614,1667]               on Compuserve
  85.     R.CRAIG1                   on GEnie
  86.     robert.craig@canrem.com    on the Internet
  87.  
  88.  Be sure to describe your machine configuration: 
  89.  memory, free extended memory, version of MS-DOS, etc.
  90.  
  91.  
  92.  =============================================================================
  93.  Manual Install Procedure (most people can ignore this)
  94.  ------------------------
  95.  In order to show exactly what the install procedure does, and to provide
  96.  support for people with special needs, or anyone who has trouble using the
  97.  automatic install procedure, we outline a set of manual steps below.
  98.  
  99.  Euphoria comes to you on either a floppy disk or a .zip file.
  100.  It contains 80+ files. Initially these will all be in one directory
  101.  on your floppy, or in a hard disk directory that you pkunzip'd into.
  102.  
  103.  You can install Euphoria on any drive and in any directory that you
  104.  want. Below we assume that you want to put it in C:\EUPHORIA.
  105.  
  106.  Part A - set up files
  107.  
  108.    1.  Make the EUPHORIA directory. e.g.
  109.  
  110.       mkdir c:\euphoria
  111.  
  112.    2.  Copy the 80+ files into it.
  113.       
  114.       copy *.* c:\euphoria
  115.  
  116.    3.  Change directories into c:\euphoria.
  117.  
  118.       c:
  119.       cd \euphoria
  120.  
  121.    4.  Organize the files into subdirectories.
  122.  
  123.       The install.ex program contains a list of the subdirectories
  124.       and the files that should go into each subdirectory. You could
  125.       arrange the files yourself, but it will be a lot faster if
  126.       you just type:
  127.         install
  128.       at this point and let the install program perform this step.
  129.       After asking you for the drive letter, it will detect that the 
  130.       earlier steps have been performed already. You don't have to 
  131.       accept any changes that it proposes to make to your autoexec.bat 
  132.       file.
  133.  
  134.  Part B - edit autoexec.bat
  135.  
  136.    5.  In the file  c:\autoexec.bat  add  c:\euphoria\bin  to the list of 
  137.        directories in your PATH command. You might use the MS-DOS EDIT
  138.        command or any other text editor to do this. e.g.
  139.  
  140.         edit c:\autoexec.bat
  141.  
  142.        (Although Euphoria is not fully installed at this point, you could 
  143.     type:
  144.         cd c:\euphoria\bin
  145.         ex ed c:\autoexec.bat
  146.         to edit using the Euphoria editor. See doc\ed.doc.)
  147.     
  148.    6.  In the same autoexec.bat file add a new line:
  149.  
  150.       set eudir=c:\euphoria
  151.  
  152.        The eudir environment variable indicates the full path to 
  153.        the main Euphoria directory. 
  154.  
  155.    7. Press Control-Alt-Delete to reboot. 
  156.       This will define your new PATH and EUDIR environment variables.
  157.  
  158.  ============================================================================
  159.  
  160.